home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / css / adcstyle072004.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-06-21  |  20.9 KB  |  1,510 lines

  1. /* body */
  2. body {
  3.     margin: 0 10px;
  4.     background-color: #fff;
  5.     color: #000;
  6.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  7.     }
  8.  
  9. /* links */
  10. a:link {
  11.     color: #00f;
  12.     text-decoration: none;
  13.     }
  14.  
  15. a:visited {
  16.     color: #00a;
  17.     text-decoration: none;
  18.     }
  19.  
  20. a:hover {
  21.     color: #f60;
  22.     text-decoration: underline;
  23.     }
  24.     
  25. a:active {
  26.     color: #f60;
  27.     text-decoration: underline;
  28.     }
  29.  
  30. /* html tags */
  31. th, td, ul, ol, li {
  32.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  33.     }
  34.         
  35. code, pre    {
  36.     font-family: monaco, "Courier New", courier, monospace;
  37.     font-size: 10px;
  38.     }
  39.  
  40.     /*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */
  41.  
  42. * html code    {
  43.     font-size: 101%; 
  44.     }
  45.  
  46. * html pre {
  47.     font-size: 101%; 
  48.     }
  49.  
  50. h1 code, h2 code, h3 code, h4 code, th code { font-size: 95%; font-weight: normal; }
  51.  
  52. h1    {
  53.     margin: 0 0 15px 0;
  54.     padding: 0;
  55.     font: bold 36px 'Myriad Apple', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  56.     color: #000;
  57.     }
  58.     
  59. h2    {
  60.     margin: 0 0 5px 0;
  61.     padding: 0;
  62.     font-size: 16px;
  63.     color: #000;
  64.     }
  65.     
  66. p + h2 {
  67.     margin: 20px 0 5px 0;
  68.     }
  69.  
  70. ol + h2 {
  71.     margin: 20px 0 5px 0;
  72.     }
  73.  
  74. ul + h2 {
  75.     margin: 20px 0 5px 0;
  76.     }
  77.     
  78. h3    {
  79.     margin: 0;
  80.     padding: 0;
  81.     font-size: 12px;
  82.     color: #000;
  83.     }
  84.  
  85. h3 + table {
  86.     margin: 5px 0 0 0;
  87.     }
  88.     
  89. h4    {
  90.     margin: 0;
  91.     padding: 0;
  92.     font-size: 12px;
  93.     color: #666;
  94.     }
  95.     
  96. h3 + h4 {
  97.     margin: 10px 0 0;
  98.     }
  99.     
  100. h6    {
  101.     margin: 0;
  102.     padding: 0;
  103.     font: normal 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  104.     color: #000;
  105.     }
  106.  
  107. p    {
  108.     margin: 0 0 10px 0;
  109.     padding: 0;
  110.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  111.     color: #000;
  112.     }
  113.     
  114. cite {
  115.     font-style: italic;
  116.     }
  117.     
  118. th {
  119.     font-weight: bold;
  120.     text-align: left;
  121.     vertical-align: top;
  122.     }
  123.     
  124. form {
  125.     margin: 0;
  126.     }
  127.     
  128. button {
  129.     margin: 3px 0 10px 0;
  130.     }
  131.     
  132. /* lists */
  133. ul    {
  134.     list-style: square outside;
  135.     margin: 0 0 0 30px;
  136.     padding: 0 0 1em 0;
  137.     }
  138.  
  139. li    {
  140.     margin-top: 3px;
  141.     }
  142.     
  143. ul ul {
  144.     margin-left: 40px;
  145.     }
  146.     
  147. ul.compressed {
  148.     margin-top: -10px;
  149.     }
  150.     
  151. ul.compressed li {
  152.     margin-top: 0;
  153.     }
  154.  
  155. ul.marketing {
  156.     padding-left: 0;
  157.     margin: 0 0 16px 0;
  158.     }
  159.     
  160. ul.marketing li    {
  161.     margin-top: 0;
  162.     margin-left: 0;
  163.     margin-bottom: 2px;
  164.     font-size: 10px;
  165.     }
  166.     
  167. ol {
  168.     margin: 0 0 10px 1.5em;
  169.     padding-left: 1.5em;
  170.     }
  171.  
  172. ul.inline, ol.inline, p.inline {
  173.     margin-top: -7px;
  174.     }
  175.     
  176. ul.inline ul, ul.inline ol, ol.inline ul, ol.inline ol {
  177.     margin-top: 0;
  178.     }
  179.  
  180. ol.faq li {
  181.     font-weight: bold;
  182.     }
  183.     
  184. ol.steps li {
  185.     font-weight: bold;
  186.     }
  187.     
  188. ul.nav {
  189.     margin: 8px 0 0;
  190.     padding: 0;
  191.     list-style-type: none;
  192.     }
  193.  
  194. ul.nav li {
  195.     margin-top: 4px;
  196.     padding-left: 0;
  197.     }
  198.     
  199. ul.nobullet {
  200.     list-style-type: none;
  201.     margin-left: 0;
  202.     padding-left: 0;
  203.     }
  204.     
  205. ul.nobullet li {
  206.     margin: 3px 0 5px;
  207.     padding-left: 0;
  208.     }
  209.     
  210. /* images */
  211. .leftinline {
  212.     margin: 0 10px 5px 0;
  213.     float: left;
  214.     }
  215.  
  216. .rightinline {
  217.     margin: 0 0 5px 10px;
  218.     float: right;
  219.     }
  220.  
  221.  
  222. /* tables */
  223. .bumblebee {
  224.     border-top: 1px solid #919699;
  225.     border-left: 1px solid #919699;
  226.     border-right: 1px solid #919699;
  227.     }
  228.  
  229. .bumblebee td {
  230.     padding: 10px;
  231.     font-size: 10px;
  232.     }
  233.     
  234. .bumblebee th {
  235.     padding: 6px 10px 6px 10px;
  236.     font-size: 10px;
  237.     }
  238.  
  239. .bumblebee th {
  240.     background: #7E91A4;
  241.     color: #FFF;
  242.     }
  243.  
  244. .bumblebee td {
  245.     border-bottom: 1px solid #919699;
  246.     text-align: left;
  247.     vertical-align: top;
  248.     }
  249.  
  250. .bumblebeeblue {
  251.     background: #F0F5F9;
  252.     }
  253.  
  254. .bumblebeewhite {
  255.     background: #FFF;
  256.     }
  257.     
  258. .bumblebee .bumblebeeblue td.sortcolumn {
  259.     background: #DCE5EE;
  260.     }
  261.     
  262. .bumblebee .bumblebeewhite td.sortcolumn {
  263.     background: #F5F5F5;
  264.     }
  265.     
  266. .bumblebee th.sortcolumn {
  267.     background: #334455;
  268.     }
  269.     
  270. .bumblebeetop {
  271.     border-top: 1px solid #919699;
  272.     border-left: 1px solid #919699;
  273.     border-right: 1px solid #919699;
  274.     background: #E2E2E2;
  275.     }
  276.     
  277. .bumblebeetop td{
  278.     padding: 10px;
  279.     }
  280.  
  281. td.middle, th.middle {
  282.     vertical-align: middle;
  283.     }
  284.     
  285. td.top, th.top {
  286.     vertical-align: top;
  287.     }
  288.     
  289. td.bottom, th.bottom {
  290.     vertical-align: bottom;
  291.     }
  292.     
  293. td.center, th.center {
  294.     text-align: center;
  295.     }
  296.     
  297. td.right, th.right {
  298.     text-align: right;
  299.     }
  300.     
  301. .smalltable td p {
  302.     font-size: 11px;
  303.     }
  304.  
  305.     
  306. .graybox {
  307.     border-top: 1px solid #919699;
  308.     border-left: 1px solid #919699;
  309.     margin-bottom: 10px;
  310.     }
  311.     
  312. .graybox th {
  313.     padding: 4px 8px 4px 8px;
  314.     background: #E2E2E2;
  315.     font-size: 12px;
  316.     font-weight: bold;
  317.     border-bottom: 1px solid #919699;
  318.     border-right: 1px solid #919699;
  319.     }
  320.     
  321. .graybox td {
  322.     padding: 8px;
  323.     font-size: 12px;
  324.     text-align: left;
  325.     vertical-align: top;
  326.     border-bottom: 1px solid #919699;
  327.     border-right: 1px solid #919699;
  328.     }
  329.     
  330. .graybox table td {
  331.     border: none;
  332.     padding: 0;
  333.     vertical-align: middle;
  334.     }
  335.  
  336. .marketingbox {
  337.     width: 100%;
  338.     border: 1px solid #a1a5a9;
  339.     }
  340.  
  341. .marketingbox th {
  342.     padding: 4px 8px 4px 8px;
  343.     background: #C83808;
  344.     font-size: 12px;
  345.     font-weight: bold;
  346.     color: #FFF;
  347.     }
  348.  
  349. .marketingbox td {
  350.     padding: 8px 8px 0 8px;
  351.     text-align: left;
  352.     vertical-align: top;
  353.     }
  354.     
  355. .documentationtable {
  356.     border: none;
  357.     }
  358.  
  359. .documentationtable td {
  360.     border-bottom: 1px solid #919699;
  361.     text-align: left;
  362.     vertical-align: top;
  363.     padding: 5px 0 10px 0;
  364.     }
  365.     
  366. .documentationtable .bottom{
  367.     border: 0;
  368.     }
  369.         
  370. .businesstable {
  371.     border: none;
  372.     }
  373.  
  374. .businesstable td {
  375.     text-align: left;
  376.     font-size: 10px;
  377.     vertical-align: top;
  378.     padding: 5px 0 10px 0;
  379.     }
  380.     
  381. .documentationtable p {
  382.     font-size: 10px;
  383.     }
  384.  
  385.  
  386. /* rounded corner tables */
  387. .bigboxtop {
  388.     background: #FFF url(/images/bigboxtop.gif) repeat-x top left;
  389.     }
  390.  
  391. .bigboxleft {
  392.     background: #FFF url(/images/bigboxleft.gif) repeat-y top left;
  393.     }
  394.  
  395. .bigboxright {
  396.     background: #FFF url(/images/bigboxright.gif) repeat-y top left;
  397.     }
  398.  
  399. .bigboxbottom {
  400.     background: #FFF url(/images/bigboxbottom.gif) repeat-x top left;
  401.     }
  402.     
  403. .boxtop {
  404.     background: #FFF url(/images/boxtop.gif) repeat-x top left;
  405.     }
  406.  
  407. .boxleft {
  408.     background: #FFF url(/images/boxleft.gif) repeat-y top left;
  409.     }
  410.  
  411. .boxright {
  412.     background: #FFF url(/images/boxright.gif) repeat-y top left;
  413.     }
  414.  
  415. .boxbottom {
  416.     background: #FFF url(/images/boxbottom.gif) repeat-x top left;
  417.     }
  418.  
  419.  
  420. /* general classes */
  421. .contentpadding {
  422.     padding: 0 10px;
  423.     }
  424.     
  425. .smalltext {
  426.     font-size: 10px;
  427.     }
  428.     
  429. .blueheader {
  430.     color: #FFF;
  431.     background: #7E91A4;
  432.     padding: 3px 0 3px 7px;
  433.     }
  434.  
  435. .sourcecodebox {
  436.     border: 1px solid #c7cfd5;
  437.     background: #f1f5f9;
  438.     margin: 20px 0;
  439.     padding: 15px;
  440.     text-align: left;
  441.     }
  442.     
  443. .notebox {
  444.     border: 1px solid #a1a5a9;
  445.     background: #e8e8e8;
  446.     margin: 20px 0;
  447.     padding: 15px;
  448.     text-align: left;
  449.     }
  450.     
  451. div.notebox {
  452.     padding-bottom: 5px;
  453.     }
  454.     
  455. .gray {
  456.     color: #787c7f;
  457.     }
  458.     
  459. #footnote h3, #footnote p {
  460.     color: #76797C;
  461.     font-size: 11px;
  462.     }
  463.  
  464. .footnote {
  465.     font-size: 11px;
  466.     color: #76797C;
  467.     }
  468.     
  469. .editorial {
  470.     font-style: italic;
  471.     margin: 20px 0;
  472.     }
  473.     
  474. .libindex {
  475.     border-bottom: 1px solid #939393;
  476.     padding: 0 3px;
  477.     background-color: #DADADA;
  478.     margin: 0 1px;
  479.     }
  480.  
  481. /* forms */
  482. #forms input {
  483.     vertical-align: middle;
  484.     padding: 0;
  485.     margin: 0 0 5px 0;
  486.     }
  487.  
  488. #forms select {
  489.     vertical-align: middle;
  490.     padding: 0;
  491.     margin: 0 0 3px 0;
  492.     }
  493.  
  494. #forms .widefield, #advsearch .widefield {
  495.     width: 98%;
  496.     margin-bottom: 5px;
  497.     }
  498.  
  499. #forms .halffield {
  500.     width: 50%;
  501.     margin-bottom: 5px;
  502.     }
  503.  
  504. #forms .extraspace {
  505.     padding-bottom: 8px;
  506.     }
  507.  
  508. #forms .quarterfield {
  509.     width: 25%;
  510.     margin-bottom: 5px;
  511.     }
  512.     
  513. #forms .inputbutton, #advsearch .inputbutton {
  514.     margin: 5px 0 10px 0;
  515.     border: 0;
  516.     }
  517.     
  518. #forms .checkbox, #advsearch .checkbox {
  519.     margin: 0 5px 0 0;
  520.     vertical-align: baseline;
  521.     }
  522.     
  523. #forms .radio {
  524.     margin: 0 5px 0 0;
  525.     vertical-align: baseline;
  526.     }
  527.     
  528. #forms textarea {
  529.     margin: 0 0 10px 0;
  530.     width: 100%;
  531.     }
  532.     
  533. #forms p {
  534.     margin-top: 7px;
  535.     }
  536.     
  537. #forms .buttonlists {
  538.     line-height: 20px;
  539.     }
  540.     
  541. #forms .buttondescription {
  542.     line-height: 15px;
  543.     margin: -10px 10px 5px 20px;
  544.     font-size: 10px;
  545.     }
  546.  
  547.  
  548. /* header */
  549. #adcnavheader td {
  550.     font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
  551.     }
  552.  
  553. #adcnavheader input {
  554.     margin: 0 3px 0 0;
  555.     padding: 0;
  556.     }
  557.  
  558. #adcnavheader .textpadding {
  559.     padding-top: 2px;
  560.     vertical-align: middle;
  561.     }
  562.     
  563. #adcnavheader .searchbutton {
  564.     border: 0;
  565.     }
  566.  
  567.  
  568. /* breadcrumb */
  569. #breadcrumb td {
  570.     font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
  571.     }
  572.  
  573. #breadcrumb form {
  574.     margin: 0;
  575.     }
  576.     
  577. #breadcrumb select {
  578.     vertical-align:  middle;
  579.     }
  580.  
  581.  
  582. /* sidebar */
  583. #sidebar h2, .swlsidebar h2 {
  584.     font-size: 12px;
  585.     }
  586.     
  587. #sidebar h3, #sidebar h4, .swlsidebar h3, .swlsidebar h4 {
  588.     font-size: 12px;
  589.     }
  590.     
  591. #sidebar p, #sidebar ol, #sidebar ul, .swlsidebar p, .swlsidebar ol, .swlsidebar ul {
  592.     font-size: 11px;
  593.     }
  594.  
  595. #sidebar ul, .swlsidebar ul {
  596.     margin-left: 16px;
  597.     padding-left: 0;
  598.     }
  599.  
  600. #sidebar li, .swlsidebar li {
  601.     font-size: 11px;
  602.     margin-top: 2px;
  603.     }
  604.     
  605. #sidebar ul.nav, .swlsidebar ul.nav {
  606.     margin: 8px 0 0;
  607.     padding: 0;
  608.     list-style-type: none;
  609.     }
  610.  
  611. #sidebar ul.nav li, .swlsidebar ul.nav li {
  612.     margin-top: 4px;
  613.     padding-left: 0;
  614.     background: none;
  615.     }
  616.  
  617. /* footer */
  618. #footer td, #footer p {
  619.     font-size: 10px;
  620.     }
  621.     
  622. .footerbreadcrumb {
  623.     font-size: 10px;
  624.     }
  625.  
  626. /* 404 page definitions*/
  627. #notfound h2 {
  628.     font-size: 12px;
  629.     }
  630.     
  631. #notfound h3, #notfound h4 {
  632.     font-size: 12px;
  633.     }
  634.     
  635. #notfound p, #notfound ul {
  636.     font-size: 10px;
  637.     }
  638.  
  639. #notfound ul {
  640.     margin: 0 0 15px 0;
  641.     padding-left: 0;
  642.     list-style-type: none;
  643.     }
  644.  
  645. #notfound ul li {
  646.     font-size: 10px;
  647.     margin: 3px 0 0 0;
  648.     padding-left: 0;
  649.     background: none;
  650.     }
  651.     
  652. #notfound ul ul {
  653.     margin-top: 0;
  654.     margin-left: 16px;
  655.     list-style: square outside;
  656.     }
  657.  
  658. #notfound ul ul li {
  659.     margin-left: 0;
  660.     padding-left: 0;
  661.     }
  662.  
  663. li.sectionbreak {
  664.     margin-bottom: 15px;
  665.     }
  666.  
  667. /* advanced search */
  668. #advsearch h4 {
  669.     margin-bottom: 10px;
  670.     }
  671.     
  672. #advsearch p {
  673.     line-height: 20px;
  674.     }
  675.     
  676. /* contact page */
  677. .iconlinks td {
  678.     font-size: 11px;
  679.     }
  680.     
  681. /* search results */
  682. .boxtop7e91a4 {
  683.     background: #FFF url(/images/boxtop7e91a4.gif) repeat-x top left;
  684.     }
  685.  
  686. .boxtopleft7e91a4 {
  687.     background: #FFF url(/images/boxtopleft7e91a4.gif) repeat-y top left;
  688.     }
  689.  
  690. .boxtopright7e91a4 {
  691.     background: #FFF url(/images/boxtopright7e91a4.gif) repeat-y top left;
  692.     }
  693.  
  694. .boxbottom7e91a4 {
  695.     background: #FFF url(/images/boxbottom7e91a4.gif) repeat-x top left;
  696.     }
  697.  
  698. .filesize {
  699.     color: #7F8285;
  700.     }
  701.  
  702. tr.results th, tr.results td {
  703.     font-size: 12px;
  704.     color: #FFF;
  705.     background-color: #7e91a4;
  706.     font-weight: normal;
  707.     }
  708.  
  709. tr.results a {
  710.     color: #FFF;
  711.     font-weight: bold;
  712.     }
  713.     
  714. .oddrow {
  715.     background-color: #ffffff;
  716.     }
  717.     
  718. .evenrow {
  719.     background-color: #f0f5f9;
  720.     }
  721.  
  722. /* software licensing descriptions */
  723. .swlleftrule {
  724.     border-left: 1px solid #A1A5A9;
  725.     padding-left: 10px;
  726.     padding-right: 10px;
  727.     }    
  728.  
  729. .swlsidebar {
  730.     padding-right: 10px;
  731.     }
  732.  
  733. /* narrative */
  734. #narrative blockquote {
  735.     margin: 0 20px 10px 20px;
  736.     color: #3972B8;
  737.     }
  738.  
  739. #narrative .pullquote {
  740.     font-size: 17px;
  741.     color: #FFF;
  742.     padding: 8px;
  743.     background-color: #3972B8;
  744.     border: 1px solid #000;
  745.     }
  746.     
  747. #narrative.color779D90 blockquote {
  748.     color: #779D90;
  749.     }
  750.     
  751. #narrative.color779D90 .pullquote {
  752.     background-color: #779D90;
  753.     }
  754.  
  755. #narrative.color3C6E6E blockquote {
  756.     color: #3C6E6E;
  757.     }
  758.     
  759. #narrative.color3C6E6E .pullquote {
  760.     background-color: #3C6E6E;
  761.     }
  762.  
  763. #narrative.color6D8042 blockquote {
  764.     color: #6D8042;
  765.     }
  766.     
  767. #narrative.color6D8042 .pullquote {
  768.     background-color: #6D8042;
  769.     }
  770.  
  771. #narrative.color3E583D blockquote {
  772.     color: #3E583D;
  773.     }
  774.     
  775. #narrative.color3E583D .pullquote {
  776.     background-color: #3E583D;
  777.     }
  778.  
  779. #narrative.color9AB0C5 blockquote {
  780.     color: #9AB0C5;
  781.     }
  782.     
  783. #narrative.color9AB0C5 .pullquote {
  784.     background-color: #9AB0C5;
  785.     }
  786.  
  787. #narrative.color3972B8 blockquote {
  788.     color: #3972B8;
  789.     }
  790.     
  791. #narrative.color3972B8 .pullquote {
  792.     background-color: #3972B8;
  793.     }
  794.  
  795. #narrative.color3C6C9D blockquote {
  796.     color: #3C6C9D;
  797.     }
  798.     
  799. #narrative.color3C6C9D .pullquote {
  800.     background-color: #3C6C9D;
  801.     }
  802.  
  803. #narrative.color7A6B94 blockquote {
  804.     color: #7A6B94;
  805.     }
  806.     
  807. #narrative.color7A6B94 .pullquote {
  808.     background-color: #7A6B94;
  809.     }
  810.     
  811. #narrative.color50395C blockquote {
  812.     color: #50395C;
  813.     }
  814.     
  815. #narrative.color50395C .pullquote {
  816.     background-color: #50395C;
  817.     }
  818.     
  819. #narrative.color812A28 blockquote {
  820.     color: #812A28;
  821.     }
  822.     
  823. #narrative.color812A28 .pullquote {
  824.     background-color: #812A28;
  825.     }
  826.  
  827.     
  828.     
  829. /* source code */
  830. #scdetails p {
  831.     line-height: 17px;
  832.     }
  833.     
  834. #scdetails select {
  835.     vertical-align: middle;
  836.     padding: 0;
  837.     margin: 0;
  838.     }
  839.     
  840. #scdetails input {
  841.     vertical-align: middle;
  842.     padding: 0;
  843.     margin: 0;
  844.     }
  845.  
  846. /* Technology Pages */
  847.     
  848. #techstart {
  849.     float: right;
  850.     width: 125px;
  851.     font-size: 10px;
  852.     line-height: 15px;
  853.     padding: 8px 10px 10px;
  854.     margin: 0 10px 5px 0;
  855.     border: 1px solid #a1a5a9;
  856.     background-color: #f1f1f1;
  857.     }
  858.     
  859. #techstart h3 {
  860.     font-size: 12px;
  861.     margin-bottom: 3px;
  862.     }
  863.     
  864. #techlist {
  865.     font-size: 11px;
  866.     margin: 0 0 15px;
  867.     }
  868.     
  869. #techlist h2 {
  870.     position: relative;
  871.     font-size: 12px;
  872.     padding: 0 0 9px 35px;
  873.     margin: 20px 0 5px;
  874.     background: url(/images/bg_tech_h2.gif) repeat-x bottom left;
  875.     }
  876.     
  877. #techlist h2 img {
  878.     position: absolute;
  879.     left: 0;
  880.     bottom: 1%;
  881.     }
  882.  
  883.     /* hack for various IEs \*/
  884.     #techlist img {
  885.         bottom: 0;
  886.         }
  887.     
  888.     * html #techlist h2 {
  889.         height: 100%;
  890.         }
  891.     /* end hack */
  892.  
  893.     
  894. #techlist p, #techlist h3, #techlist li {
  895.     font-size: 11px;
  896.     }
  897.     
  898. #techlist h4 {
  899.     font-weight: bold;
  900.     color: #000;
  901.     font-size: 11px;
  902.     }
  903.     
  904. #techchild h2 {
  905.     padding-bottom: 5px;
  906.     border-bottom: 1px solid #a1a5a9;
  907.     margin-bottom: 10px;
  908.     }    
  909.  
  910. #techchild h3 {
  911.     font-weight: normal;
  912.     }
  913.         
  914. .sidebartable {
  915.     border: 1px solid #a1a5a9;
  916.     margin-bottom: 10px;
  917.     }
  918.     
  919. .sidebartable th {
  920.     padding: 4px 8px 4px 10px;
  921.     background: #DBDBDB;
  922.     font-size: 12px;
  923.     font-weight: bold;
  924.     border-bottom: 1px solid #a1a5a9;
  925.     }
  926.     
  927. .sidebartable td {
  928.     padding: 0 10px 10px;
  929.     font-size: 11px;
  930.     text-align: left;
  931.     vertical-align: top;
  932.     }
  933.     
  934. .sidebartable h2, .sidebartable p, .sidebartable ul {
  935.     margin: 10px 0 2px;
  936.     padding: 0;
  937.     }
  938.     
  939. .sidebartable table td {
  940.     border: none;
  941.     padding: 0;
  942.     vertical-align: middle;
  943.     }    
  944.  
  945. /* --------------- styles from before 12-01-2003 ---------------- */
  946.  
  947. /* home page */
  948. #articlehead {
  949.     font-weight: bold;
  950.     font-size: 12px;
  951.     color: #000; 
  952.     }
  953.  
  954. #linklisthead {
  955.     font-weight: bold;
  956.     font-size: 12px;
  957.     color: #000; 
  958.     }
  959.  
  960. #sectionhead {
  961.     font-weight: bold;
  962.     font-size: 14px;
  963.     color: #000; 
  964.     }
  965.  
  966. #sectionsubhead {
  967.     font-weight: bold;
  968.     font-size: 12px;
  969.     color: #000; 
  970.     }
  971.  
  972. #sectionheadorange {
  973.     font-weight: bold;
  974.     font-size: 14px;
  975.     color: #db3700; 
  976.     }
  977.  
  978. #resources {
  979.     margin-bottom: 3px;
  980.     font-weight: normal;
  981.     font-size: 10px; 
  982.     }
  983.  
  984. .membership_bullets {
  985.     color: #ffffff;
  986.     font-weight: normal;
  987.     font-size: 10px; 
  988.     }
  989.  
  990.  
  991. /* glossary page styles */
  992. #glossary_header { 
  993.     font-size: 12px;
  994.     font-weight: bold; 
  995.     }
  996.  
  997. #glossary_header_letter { 
  998.     font-size: 14px;
  999.     font-weight: bold; 
  1000.     }
  1001.  
  1002.  
  1003. /* form class, removes whitespace browsers use by default with forms */
  1004. #form {
  1005.     margin: 0;
  1006.     }
  1007.  
  1008.  
  1009. /* paragraph describing page located just below the black text page title */
  1010. #paragraph_description {
  1011.     font-size: 12px;
  1012.     }
  1013.  
  1014.  
  1015. /* rate this page feedback form styles */
  1016. #feedback_bull {
  1017.     font-size: 10px;
  1018.     color: #ffffff;
  1019.     text-align: center;
  1020.     }
  1021.  
  1022. #feedback_text {
  1023.     font-size: 10px;
  1024.     color: #000;
  1025.     }
  1026.  
  1027. #radio_help {
  1028.     text-align: center;
  1029.     padding-top: 4px;
  1030.     }
  1031.  
  1032. #radio_easy {
  1033.     text-align: center;
  1034.     padding-bottom: 4px;
  1035.     }
  1036.  
  1037.  
  1038. /* search results box styles */
  1039. #results_cell_first { 
  1040.     border-top: 1px #a2a6a9 solid;
  1041.     border-left: 1px #a2a6a9 solid; 
  1042.     }
  1043.  
  1044. #results_cell_title {
  1045.     padding-top: 10px;
  1046.     padding-bottom: 10px;
  1047.     border-top: 1px #a2a6a9 solid;
  1048.     padding-right: 6px;
  1049.     font-size: 12px;
  1050.     font-weight: bold;
  1051.     vertical-align: top;
  1052.     }
  1053.  
  1054. #results_cell_other {
  1055.     padding-top: 10px;
  1056.     padding-bottom: 10px;
  1057.     border-top: 1px #a2a6a9 solid;
  1058.     padding-left: 6px;
  1059.     padding-right: 6px;
  1060.     vertical-align: top;
  1061.     }
  1062.  
  1063. #results_cell_date {
  1064.     padding-top: 10px;
  1065.     padding-bottom: 10px;
  1066.     border-top: 1px #a2a6a9 solid;
  1067.     padding-left: 4px;
  1068.     vertical-align: top;
  1069.     }
  1070.  
  1071. #results_cell_last {
  1072.     border-top: 1px #a2a6a9 solid;
  1073.     border-right: 1px #a2a6a9 solid;
  1074.     }
  1075.  
  1076. .results_description { 
  1077.     font-size: 10px;
  1078.     font-weight: normal;
  1079.     }
  1080.  
  1081.  
  1082. /* apple script (or any other reference library page) styles */
  1083. #header { 
  1084.     font-size: 12px;
  1085.     font-weight: bold;
  1086.     }
  1087.  
  1088. #link_header {
  1089.     font-size: 10px;
  1090.     font-weight: bold;
  1091.     }
  1092.  
  1093. #blue_header {
  1094.     font-size: 12px;
  1095.     font-weight: bold;
  1096.     color: #000099;
  1097.     }
  1098.  
  1099. #td_left_line {
  1100.     border-left: 1px #555555;
  1101.     }
  1102.  
  1103.  
  1104. /* co marketing styles */
  1105. #icon_cell {
  1106.     height: 93px;
  1107.     text-align: center;
  1108.     }
  1109.  
  1110. #detail_header {
  1111.     text-align: center;
  1112.     background: #6d7f95;
  1113.     color: #ffffff;
  1114.     font-family: verdana;
  1115.     font-weight: bold;
  1116.     font-size: 10px;
  1117.     }
  1118.  
  1119. #vendor_bullet {
  1120.     color: #696969;
  1121.     }
  1122.  
  1123. #comarket_paragraph {
  1124.     color: #696969;
  1125.     font-size: 12px;
  1126.     }
  1127.  
  1128. #vendor_detail {
  1129.     font-size: 12px;
  1130.     }
  1131.  
  1132. #vendor_contact {
  1133.     font-family: Verdana, Arial, Helvetica, sans-serif;
  1134.     font-size: 10px;
  1135.     }
  1136.  
  1137. #detail_heading {
  1138.     font-weight: bold;
  1139.     }
  1140.  
  1141. #detail_copy {
  1142.     font-size: 12px;
  1143.     }
  1144.  
  1145. #discount_box_header {
  1146.     color: #ffffff;
  1147.     font-weight: bold;
  1148.     }
  1149.  
  1150. #discount_box_copy {
  1151.     font-size: 12px;
  1152.     }
  1153.  
  1154. #photo_table_copy {
  1155.     color: #7d7d7d;
  1156.     font-size: 10px;
  1157.     }
  1158.  
  1159.  
  1160.  
  1161. /*narrative styles */
  1162. #narrative_paragraph {
  1163.     color: #696969;
  1164.     font-size: 14px;
  1165.     }
  1166.  
  1167. #narrative_header {
  1168.     font-size: 13px;
  1169.     font-weight: bold;
  1170.     }
  1171.  
  1172. #narrative_content {
  1173.     font-size: 12px;
  1174.     vertical-align: top;
  1175.     }
  1176.  
  1177. #pic_box_text {
  1178.     color: #878787;
  1179.     line-height: 11px;
  1180.     font-size: 11px; 
  1181.     }
  1182.  
  1183. #red_copy {
  1184.     color: #7f0f0b;
  1185.     padding-left: 15px;
  1186.     }
  1187.  
  1188. #blue_copy {
  1189.     color: #466c9b;
  1190.     padding-left: 15px;
  1191.     }
  1192.  
  1193. #green_copy {
  1194.     color: #3b636f;
  1195.     padding-left: 15px;
  1196.     }
  1197.  
  1198. #purple_copy {
  1199.     color: #665588;
  1200.     padding-left: 15px;
  1201.     }
  1202.  
  1203. #gray_copy {
  1204.     color: #787c7f;
  1205.     padding-left: 15px;
  1206.     }
  1207.  
  1208. #pager {
  1209.     color: #76797c;
  1210.     }
  1211.  
  1212.  
  1213.  
  1214. /* frameset: table of contents frame */
  1215. #toc_contents_text {
  1216.     font-size: 12px;
  1217.     color: #0000ff;
  1218.     }
  1219.  
  1220. #toc_contents_text_open {
  1221.     font-size: 12px;
  1222.     background: #ffffff;
  1223.     color: #0000ff;
  1224.     }
  1225.  
  1226. #low_level_text {
  1227.     font-size: 10px;
  1228.     color: #0000ff;
  1229.     }
  1230.  
  1231. #low_level_text_on {
  1232.     font-size: 10px;
  1233.     color: #0000ff;
  1234.     }
  1235.  
  1236. #top_level_open {
  1237.     background: #ffffff;
  1238.     }
  1239.  
  1240. #third_level {
  1241.     background: #ffffff;
  1242.     }
  1243.  
  1244. #toc_contents_title {
  1245.     font-size: 14px;
  1246.     color: #ffffff;
  1247.     font-weight: bold;
  1248.     }
  1249.  
  1250. #toc_contents_heading {
  1251.     font-size: 12px;
  1252.     font-weight: bold;
  1253.     }
  1254.  
  1255.  
  1256.  
  1257. /* frameset: content frame */
  1258. #content_text {
  1259.     font-size: 12px;
  1260.     font-weight: normal;
  1261.     }
  1262.  
  1263.  
  1264. /* frameset: page title */
  1265. #page_title {
  1266.     font-family: 'Myriad Apple', 'Myriad', Arial, Helvetica, 'Lucida Grande';
  1267.     font-size: 36px;
  1268.     font-weight: bold;
  1269.     color: #000;
  1270.     }
  1271.  
  1272.  
  1273. /* frameset: unordered list */
  1274. ul .content {
  1275.     font-size: 12px; 
  1276.     }
  1277.  
  1278.  
  1279. /* product line styles */
  1280. #product_line_list {
  1281.     font-size: 10px; 
  1282.     }
  1283.  
  1284. #product_line_bullet {
  1285.     font-size: 10px;
  1286.     vertical-align: top;
  1287.     color: #0000ff;
  1288.     }
  1289.  
  1290.  
  1291.  
  1292. /* technical note classes */
  1293. #important_note {
  1294.     background: #e2e2e2;
  1295.     border: 1px solid #cccccc;
  1296.     }
  1297. #page_contents {
  1298.     font-size: 12px; line-height: 20px; color: #0000ff;
  1299.     }
  1300.  
  1301. #tech_content {
  1302.     font-size: 12px;
  1303.     }
  1304.  
  1305. #tech_header {
  1306.     font-size: 14px;
  1307.     font-weight: bold;
  1308.     }
  1309.  
  1310. #tech_subhead {
  1311.     font-size: 12px;
  1312.     font-weight: bold;
  1313.     }
  1314.  
  1315. #tech_list {
  1316.     font-size: 12px;
  1317.     padding-bottom: 9px;
  1318.     }
  1319.  
  1320. #source_code_box {
  1321.     border: 1px solid #c7cfd5;
  1322.     background: #f1f5f9; 
  1323.     }
  1324.  
  1325. #source_code {
  1326.     font-family: monaco, courier, monospace;
  1327.     font-size: 10px;
  1328.     margin-bottom: 0;
  1329.     padding: 12px;
  1330.     }
  1331.  
  1332. #example_title {
  1333.     font-size: 10px;
  1334.     margin-bottom: 5px;
  1335.     color: #28333b;
  1336.     }
  1337.  
  1338. #example_table_header {
  1339.     font-weight: bold;
  1340.     background: #c7cfd5; 
  1341.     }
  1342.  
  1343. #example_table_cell {
  1344.     border: 1px #c7cfd5 solid;
  1345.     background: #f1f5f9;
  1346.     vertical-align: top;
  1347.     font-size: 12px;
  1348.     }
  1349.  
  1350. #download_cell_1 {
  1351.     background: #f6f6f6;
  1352.     font-size: 11px;
  1353.     padding-top: 2px;
  1354.     padding-bottom: 2px;
  1355.     padding-left: 2px;
  1356.     border-left: 1px solid #e6e6e6;
  1357.     border-top: 1px solid #e6e6e6;
  1358.     border-bottom: 1px solid #e6e6e6;
  1359.     }
  1360.  
  1361. #download_cell_2 {
  1362.     background: #f6f6f6;
  1363.     font-size: 10px;
  1364.     padding-top: 2px;
  1365.     padding-bottom: 2px; 
  1366.     border-top: 1px solid #e6e6e6;
  1367.     border-bottom: 1px solid #e6e6e6;
  1368.     }
  1369.  
  1370. #download_cell_3 {
  1371.     background: #f6f6f6;
  1372.     font-size: 10px;
  1373.     padding-top: 2px;
  1374.     padding-bottom: 2px;
  1375.     padding-right: 2px;
  1376.     border-right: 1px solid #e6e6e6;
  1377.     border-top: 1px solid #e6e6e6;
  1378.     border-bottom: 1px solid #e6e6e6;
  1379.     }
  1380.  
  1381. #download_content {
  1382.     font-size: 12px;
  1383.     vertical-align: middle;
  1384.     }
  1385.  
  1386. #download_link {
  1387.     font-size: 10px;
  1388.     vertical-align: middle;
  1389.     }
  1390.  
  1391. #back_to_top {
  1392.     font-size: 10px; 
  1393.     }
  1394.  
  1395.  
  1396.  
  1397. /* membership overview styles */
  1398. #member_header {
  1399.     text-align: left;
  1400.     font-family: verdana;
  1401.     font-weight: bold;
  1402.     font-size: 10px;
  1403.     color: #ffffff; 
  1404.     }
  1405.  
  1406. #member_category {
  1407.     text-align: center;
  1408.     border-left: 1px #ffffff solid;
  1409.     font-family: Verdana, Arial, Helvetica, sans-serif;
  1410.     font-weight: bold;
  1411.     font-size: 10px;
  1412.     color: #ffffff;
  1413.     }
  1414.  
  1415. #white_row {
  1416.     background: #ffffff;
  1417.     }
  1418.  
  1419. #blue_row {
  1420.     background: #f0f5f9;
  1421.     }
  1422.  
  1423. #spacer_row {
  1424.     border-right: 1px solid #a2a6a9;
  1425.     border-left: 1px solid #a2a6a9;
  1426.     }
  1427.  
  1428. #left_border {
  1429.     border-left: 1px solid #a2a6a9;
  1430.     }
  1431.  
  1432. #right_border {
  1433.     border-right: 1px solid #a2a6a9;
  1434.     text-align: center;
  1435.     vertical-align: middle;
  1436.     }
  1437. #gray_line {
  1438.     border-right: 1px solid #a2a6a9;
  1439.     border-left: 1px solid #a2a6a9;
  1440.     background: #a2a6a9;
  1441.     }
  1442.  
  1443. #dot_cell {
  1444.     text-align: center;
  1445.     vertical-align: middle;
  1446.     }
  1447.  
  1448. #fine_print {
  1449.     vertical-align: top;
  1450.     font-size: 11px;
  1451.     color: #5f5f5f;
  1452.     }
  1453.  
  1454. #pricing {
  1455.     font-size: 12px;
  1456.     }
  1457.  
  1458.  
  1459.  
  1460.  
  1461. /* sample code classes */
  1462. #right_content {
  1463.     text-align: right;
  1464.     font-size: 12px;
  1465.     }
  1466.  
  1467. #sc_content {
  1468.     font-size: 12px;
  1469.     }
  1470.  
  1471.  
  1472. /* mac os x architecture diagram */
  1473. #archtext {
  1474.     font-size: 11px;
  1475.     color: #333;
  1476.     text-decoration: none;
  1477.     line-height: 15px;
  1478.     }
  1479.  
  1480. #topborder {
  1481.     border-top: 1px solid #999;
  1482.     }
  1483.  
  1484. #greylist {
  1485.     line-height: 16px;
  1486.     color: #333;
  1487.     margin-top: 12px;
  1488.     }
  1489.  
  1490. #archtitle {
  1491.     font-size: 12px;
  1492.     color: #000;
  1493.     text-decoration: none;
  1494.     font-weight: bold;
  1495.     }
  1496.  
  1497. #description {
  1498.     font-size: 11px;
  1499.     color: #333;
  1500.     text-decoration: none;
  1501.     line-height: 15px;
  1502.     }
  1503.  
  1504. .archtitle {
  1505.     font-size: 12px;
  1506.     color: #000;
  1507.     text-decoration: none;
  1508.     font-weight: bold;
  1509.     }
  1510.